Typo fix in usage message. OUTFILE is not optional.
authorrobertl <robertl>
Sun, 4 May 2008 04:32:20 +0000 (04:32 +0000)
committerrobertl <robertl>
Sun, 4 May 2008 04:32:20 +0000 (04:32 +0000)
main.c

diff --git a/main.c b/main.c
index f24186778446fdfab8e42dae9bf4dcd264a98d54..6e338ce07f41ef43e0d68bccacce64c1b73368a4 100644 (file)
--- a/main.c
+++ b/main.c
@@ -124,7 +124,7 @@ usage(const char *pname, int shorter )
        printf(
 "Usage:\n"
 "    %s [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE\n"
-"    %s [options] -i INTYPE -o OUTTYPE INFILE [filter] [OUTFILE]\n"
+"    %s [options] -i INTYPE -o OUTTYPE INFILE [filter] OUTFILE\n"
 "\n"
 "    Converts GPS route and waypoint data from one format type to another.\n"
 "    The input type and filename are specified with the -i INTYPE\n"